home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / language / e / readme.exo < prev   
Text File  |  1994-10-18  |  3KB  |  61 lines

  1. This directory contains publicly available software from the EXODUS
  2. Database Toolkit Project.
  3.  
  4. The EXODUS software includes the EXODUS Storage Manager (a persistent
  5. object storage system) and the compiler for the E persistent
  6. programming language.  Also included is documentation, and a suite of
  7. test programs for both components.  We are no longer distributing the
  8. EXODUS Query Optimizer Generator since Prof. Goetz Graefe
  9. (graefe@cs.pdx.edu -- the primary developer of the software) now has a
  10. completely new system available from ftp.cs.pdx.edu.
  11.  
  12. The EXODUS Storage Manager (SM) is a multi-user object storage system
  13. supporting versions, indexes, single-site transactions, distributed
  14. transactions, concurrency control, and recovery.  E is a persistent
  15. programming language based on C++ (implemented in a recent version of
  16. GNU g++).  It uses the SM to store objects.
  17.  
  18. The EXODUS Database Toolkit software is freely available via anonymous
  19. ftp.  We currently support SPARCstations/SUN-OS, DECstations/ULTRIX
  20. workstations. The Storage Manager component is also available for
  21. HP 7xx/HP-UX workstations.
  22.  
  23. This directory contains publicly available software from the EXODUS
  24. Database Toolkit Project.
  25.  
  26. sm/
  27.     The EXODUS Storage Manager is located in the "sm" directory.  
  28.  
  29. E/
  30.     A version of GNU E (a persistent programming language based on C++)
  31.     for decstations and sparcs is available in the "E" directory.  
  32.  
  33. E_lange_doc/
  34.     A few E language papers are located in "E_lang_doc".  
  35.  
  36. bibliography/
  37.     The file "bibliography" contains a bibliography of EXODUS-related 
  38.     papers.  All EXODUS Project Technical Reports are available
  39.     through the technical report server on this archive.
  40.  
  41. If you decide to use the EXODUS software, please join the
  42. exodus_all@cs.wisc.edu mailing list.  That way we can keep you informed
  43. of updates.  See README.mailinglist for more information.
  44.  
  45. ************************** SOFTWARE STATUS ***************************
  46.  
  47. The EXODUS Storage Manager has a client-server (page shipping)
  48. architecture with B+tree and linear-hashing index facilities,
  49. distributed transactions, version support, lock-based concurrency
  50. control, and log-based recovery support.  The current release is
  51. version 3.1.
  52.  
  53. A new E language implementation, GNU E, is is available via ftp.  This
  54. compiler is based  on GNU g++ 2.3.3.
  55.  
  56. **************************** FUTURE PLANS ****************************
  57.  
  58. SM 3.* and E 2.3.3 are the final major releases planned for the EXODUS
  59. software.  We will still have some minor releases to fix bugs and
  60. add minor improvements.
  61.